home *** CD-ROM | disk | FTP | other *** search
- echo off
- :start
- type pcfiss12.ans
- getkey mpjx
- if errorlevel 4 goto exit
- if errorlevel 3 goto jpg
- if errorlevel 2 goto port
- if errorlevel 1 goto moraff
-
- :moraff
- cls
- echo Please wait as the Coverdisk copys the relevant files to your hard drive...
- md c:\games\moraff
- copy mworld.exe c:\games\moraff
- type whatd.ans
- getkey bam
- if errorlevel 3 goto start
- if errorlevel 2 goto amoraff
- if errorlevel 1 got bmoraff
-
- :amoraff
- c:
- cd \games\moraff
- mworld
- mw
- a:
- goto exit
-
- :bmoraff
- c:
- cd \games\moraff
- mworld
- mw
- b:
- goto exit
-
- :jpg
- echo Please wait as the Coverdisk copys the relevant files to your hard drive...
- cls
- md c:\pcf\gifs
- copy GIF2JPG5.EXE c:\pcf\gifs
- type whatd.ans
- getkey bam
- if errorlevel 3 goto start
- if errorlevel 2 goto ajpg
- if errorlevel 1 goto bjpg
-
- :ajpg
- c:
- cd \pcf\gifs
- GIF2JPG5
- a:
- goto start
-
- :bjpg
- c:
- cd \pcf\gifs
- GIF2JPG5
- b:
- goto start
-
- :port
- cls
- echo Copying PORTRAIT.JPG to C:\PCF\GIFS...
- md c:\pcf\gifs
- copy PORTRAIT.JPG c:\pcf\gifs
- goto start
-
- :exit
- type goodbye.ans
- getkey x
- if errorlevel 1 goto quit
-
- :quit
- cls
- echo on
-